home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000348_news@columbia.edu _Tue Dec 14 13:05:18 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA00382
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 14 Dec 1999 13:05:18 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA10295
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 14 Dec 1999 13:03:53 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: a-mullen@uiuc.edu (Anthony J Mullen)
  10. Subject: Changing the default login name
  11. Date: Tue, 14 Dec 1999 18:10:12 GMT
  12. Organization: University of Illinois at Urbana-Champaign
  13. Message-ID: <385682e8.2175244@news.cso.uiuc.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. I am using Kermit 95 1.1.17 to connect to VMS and Unix servers.  I
  17. have a different login name to the servers than I do to my PC network.
  18. The variables that have my username are:
  19. krb4principal, krb5principal, and userid.
  20.  
  21. When I use a simple script to connect to each server it responds to
  22. the server login prompt with an incorrect username.
  23.  
  24. Is there a way to change the default so that it supplies the correct
  25. username?  Or a way to have it not supply the username upon
  26. connection?
  27.  
  28. Here's one of the highpowered scripts I use:
  29. ; Spectre.ini
  30. set terminal type vt320
  31. set flow xon/xoff
  32. set term bytesize 8
  33. set terminal color terminal-screen black lightred
  34. set terminal color underlined-text red black
  35. set terminal color selection lightred black
  36. telnet spectre.ag.uiuc.edu
  37.  
  38. Thanks,
  39.  
  40. Tony -
  41.  
  42. ps - On a different topic.  When I log into the VMS boxen a show
  43. terminal reveals a device type of vt200 series.  And a show variable
  44. at the kermit prompt shows the terminal variable set to vt220.  But
  45. I'd like it to be vt320.